Vcenter Vm Hardware Ethernet UpdateSpec
The Vcenter Vm Hardware Ethernet UpdateSpec schema describes the updates to be made to the configuration of a virtual Ethernet adapter.
{
"upt_compatibility_enabled": false,
"upt_v2_compatibility_enabled": false,
"mac_type": "string",
"mac_address": "string",
"wake_on_lan_enabled": false,
"backing": {
"type": "string",
"network": "string",
"distributed_port": "string"
},
"start_connected": false,
"allow_guest_control": false
}
Flag indicating whether Universal Pass-Through (UPT) compatibility should be enabled on this virtual Ethernet adapter.
This property may be modified at any time, and changes will be applied the next time the virtual machine is powered on.
If missing or null
, the value is unchanged. Must be missing or null
if the emulation type of the virtual Ethernet adapter is not Vcenter Vm Hardware Ethernet EmulationType.VMXNE_t3.
Flag indicates whether Uniform Pass-through version 2(UPTv2) compatibility is enabled on this network adapter. To enable this feature, the network adapter must connect to a network backed by DPU (Data Processing Unit) and network offloading must be enabled on the network. This property can be only modified when virtual machine is powered off.
This property was added in vSphere API 8.0.0.1.
If missing or null
, the value is unchanged. Must be missing or null
if the emulation type of the virtual Ethernet adapter is not Vcenter Vm Hardware Ethernet EmulationType.VMXNE_t3.
MAC address type.
This property may be modified at any time, and changes will be applied the next time the virtual machine is powered on.
For more information see: Vcenter Vm Hardware Ethernet MacAddressType.
If missing or null
, the value is unchanged.
MAC address.
This property may be modified at any time, and changes will be applied the next time the virtual machine is powered on.
If missing or null
, the value is unchanged. Must be specified if Vcenter Vm Hardware Ethernet UpdateSpec.mac_type is Vcenter Vm Hardware Ethernet MacAddressType.MANUAL. Must be missing or null
if the MAC address type is not Vcenter Vm Hardware Ethernet MacAddressType.MANUAL.
Flag indicating whether wake-on-LAN shoud be enabled on this virtual Ethernet adapter.
This property may be modified at any time, and changes will be applied the next time the virtual machine is powered on.
If missing or null
, the value is unchanged.
Physical resource backing for the virtual Ethernet adapter.
This property may be modified at any time, and changes will be applied the next time the virtual machine is powered on.
If missing or null
, the value is unchanged.
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
If missing or null
, the value is unchanged.
Flag indicating whether the guest can connect and disconnect the device.
If missing or null
, the value is unchanged.